home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1320 / rchctrla.rh < prev    next >
Text File  |  1997-06-01  |  3KB  |  117 lines

  1. /*  Project RichView
  2.      Pierre Albou
  3.      Copyright ⌐ 1997. All Rights Reserved.
  4.  
  5.      SUBSYSTEM:    richview.exe Application
  6.      FILE:         rchctrla.rh
  7.      AUTHOR:       P. Albou
  8.  
  9.  
  10.      OVERVIEW
  11.      ========
  12.      Constant definitions for all resources defined in rchctrla.rc.
  13. */
  14.  
  15.  
  16. //
  17. // Rich Edit Control specific definitions
  18. //
  19. #define IDS_EMBEDDEDTITLE            1
  20. #define EMBEDDEDTXT                    701
  21. #define EMBEDDEDRTF                    700
  22. #define DS_3DLOOK                     0x0004L
  23. #define IDS_CANNOTFIND              32540
  24.  
  25.  
  26. //
  27. // Application specific definitions
  28. //
  29. #define SDI_MENU                        100             // Menu resource ID and Accelerator IDs
  30. #define CM_FILEPRINT_PAGE            24324
  31. #define CM_FILECOPY                    24323                 // = CM_EDITCOPY
  32.  
  33.  
  34. //
  35. // CM_FILEnnnn commands
  36. //
  37. #define CM_FILEPRINT                    24337
  38.  
  39.  
  40. //
  41. // Window commands (include\owl\window.rh)
  42. //
  43. #define CM_EXIT                        24310
  44.  
  45.  
  46. //
  47. // Search menu commands (include\owl\editsear.rh)
  48. //
  49. #define CM_EDITFIND               24351
  50. #define CM_EDITFINDNEXT           24353
  51.  
  52.  
  53. //
  54. // Help menu commands.
  55. //
  56. #define CM_HELPABOUT                    2009
  57. #define CM_HELPABOUT_THE_DOCUMENT    2010
  58.  
  59.  
  60. //
  61. // About Dialogs
  62. //
  63. #define IDD_ABOUT                 22000
  64. #define IDC_EDIT_ABOUT_DOC            101
  65.  
  66.  
  67. //
  68. // General & application exception messages (include\owl\except.rh)
  69. //
  70. #define IDS_UNKNOWNEXCEPTION    32767
  71. #define IDS_OWLEXCEPTION        32766
  72. #define IDS_OKTORESUME          32765
  73. #define IDS_UNHANDLEDXMSG       32764
  74. #define IDS_UNKNOWNERROR        32763
  75. #define IDS_NOAPP               32762
  76. #define IDS_OUTOFMEMORY         32761
  77. #define IDS_INVALIDMODULE       32760
  78. #define IDS_INVALIDMAINWINDOW   32759
  79. #define IDS_VBXLIBRARYFAIL      32758
  80.  
  81. // Owl 1 compatibility messages
  82. #define IDS_INVALIDWINDOW       32756
  83. #define IDS_INVALIDCHILDWINDOW  32755
  84. #define IDS_INVALIDCLIENTWINDOW 32754
  85.  
  86. // TXWindow messages
  87. #define IDS_CLASSREGISTERFAIL   32749
  88. #define IDS_CHILDREGISTERFAIL   32748
  89. #define IDS_WINDOWCREATEFAIL    32747
  90. #define IDS_WINDOWEXECUTEFAIL   32746
  91. #define IDS_CHILDCREATEFAIL     32745
  92.  
  93. #define IDS_MENUFAILURE         32744
  94. #define IDS_VALIDATORSYNTAX     32743
  95. #define IDS_PRINTERERROR        32742
  96.  
  97. #define IDS_LAYOUTINCOMPLETE    32741
  98. #define IDS_LAYOUTBADRELWIN     32740
  99.  
  100. // TXGdi messages
  101. #define IDS_GDIFAILURE          32739
  102. #define IDS_GDIALLOCFAIL        32738
  103. #define IDS_GDICREATEFAIL       32737
  104. #define IDS_GDIRESLOADFAIL      32736
  105. #define IDS_GDIFILEREADFAIL     32735
  106. #define IDS_GDIDELETEFAIL       32734
  107. #define IDS_GDIDESTROYFAIL      32733
  108. #define IDS_INVALIDDIBHANDLE    32732
  109.  
  110.  
  111. //
  112. // Printer abort dialog & control IDs
  113. //
  114. #define IDD_ABORTDIALOG             32599            // keep different than any string IDs
  115. #define ID_PAGE                        104
  116.  
  117.